From: Joey Hess Date: Mon, 17 Feb 2025 18:46:43 +0000 (-0400) Subject: OsPath build fix X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~6^2~152 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f6bd8ac9ab744c98d180938a1746d9a0d1ac644b;p=git-annex.git OsPath build fix --- diff --git a/Annex/Notification.hs b/Annex/Notification.hs index f205797359..82779b1f2d 100644 --- a/Annex/Notification.hs +++ b/Annex/Notification.hs @@ -60,7 +60,7 @@ notifyDrop (AssociatedFile (Just f)) ok = do wanted <- Annex.getRead Annex.desktopnotify when (notifyFinish wanted) $ liftIO $ do client <- DBus.Client.connectSession - void $ Notify.notify client (droppedNote ok (fromRawFilePath f)) + void $ Notify.notify client (droppedNote ok (fromOsPath f)) #else notifyDrop (AssociatedFile (Just _)) _ = noop #endif